home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / touch_the_bubbles.swf / scripts / frame_5 / PlaceObject2_3_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-03-12  |  139b  |  10 lines

  1. onClipEvent(enterFrame){
  2.    ck++;
  3.    if(ck > 3)
  4.    {
  5.       ck = 0;
  6.       _root.snd.gotoAndPlay(sndst[mk] * 2);
  7.       mk++;
  8.    }
  9. }
  10.